Imported Upstream version 0.1.2
authorAsias He <asias.hejun@gmail.com>
Sat, 19 Mar 2011 01:54:54 +0000 (09:54 +0800)
committerAsias He <asias.hejun@gmail.com>
Sat, 19 Mar 2011 01:54:54 +0000 (09:54 +0800)
commit48f6d91fb147477ca7af3acb91354db2306f08d9
tree4d26e4fc62b1c81c5ab57a4e60262e1791677489
Imported Upstream version 0.1.2
110 files changed:
ABOUT-NLS [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
compile [new file with mode: 0755]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.rpath [new file with mode: 0755]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
data/Makefile.am [new file with mode: 0644]
data/Makefile.in [new file with mode: 0644]
data/config/mix2zhs.ini [new file with mode: 0644]
data/config/mix2zht.ini [new file with mode: 0644]
data/config/zhs2zht.ini [new file with mode: 0644]
data/config/zht2zhs.ini [new file with mode: 0644]
data/simp_to_trad/characters.txt [new file with mode: 0755]
data/simp_to_trad/phrases.txt [new file with mode: 0644]
data/trad_to_simp/characters.txt [new file with mode: 0755]
data/trad_to_simp/phrases.txt [new file with mode: 0755]
depcomp [new file with mode: 0755]
doc/Makefile.am [new file with mode: 0644]
doc/Makefile.in [new file with mode: 0644]
doc/opencc.1 [new file with mode: 0644]
doc/opencc_dict.1 [new file with mode: 0644]
install-sh [new file with mode: 0755]
ltmain.sh [new file with mode: 0755]
m4/Makefile.am [new file with mode: 0644]
m4/Makefile.in [new file with mode: 0644]
m4/as-version.m4 [new file with mode: 0644]
m4/gettext.m4 [new file with mode: 0644]
m4/iconv.m4 [new file with mode: 0644]
m4/lib-ld.m4 [new file with mode: 0644]
m4/lib-link.m4 [new file with mode: 0644]
m4/lib-prefix.m4 [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
m4/nls.m4 [new file with mode: 0644]
m4/po.m4 [new file with mode: 0644]
m4/progtest.m4 [new file with mode: 0644]
missing [new file with mode: 0755]
opencc.pc.in [new file with mode: 0644]
opencc.spec.in [new file with mode: 0644]
po/LINGUAS [new file with mode: 0644]
po/Makefile.in.in [new file with mode: 0644]
po/Makevars [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/Rules-quot [new file with mode: 0644]
po/boldquot.sed [new file with mode: 0644]
po/en@boldquot.header [new file with mode: 0644]
po/en@quot.header [new file with mode: 0644]
po/insert-header.sin [new file with mode: 0644]
po/opencc.pot [new file with mode: 0644]
po/quot.sed [new file with mode: 0644]
po/remove-potcdate.sin [new file with mode: 0644]
po/stamp-po [new file with mode: 0644]
po/zh_CN.gmo [new file with mode: 0644]
po/zh_CN.po [new file with mode: 0644]
po/zh_HK.gmo [new file with mode: 0644]
po/zh_HK.po [new file with mode: 0644]
po/zh_TW.gmo [new file with mode: 0644]
po/zh_TW.po [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/config_reader.c [new file with mode: 0644]
src/config_reader.h [new file with mode: 0644]
src/converter.c [new file with mode: 0644]
src/converter.h [new file with mode: 0644]
src/dictionary/abstract.c [new file with mode: 0644]
src/dictionary/abstract.h [new file with mode: 0644]
src/dictionary/datrie.c [new file with mode: 0644]
src/dictionary/datrie.h [new file with mode: 0644]
src/dictionary/text.c [new file with mode: 0644]
src/dictionary/text.h [new file with mode: 0644]
src/dictionary_group.c [new file with mode: 0644]
src/dictionary_group.h [new file with mode: 0644]
src/dictionary_set.c [new file with mode: 0644]
src/dictionary_set.h [new file with mode: 0644]
src/encoding.c [new file with mode: 0644]
src/encoding.h [new file with mode: 0644]
src/opencc.c [new file with mode: 0644]
src/opencc.h [new file with mode: 0644]
src/opencc_types.h [new file with mode: 0644]
src/tools/opencc.c [new file with mode: 0644]
src/tools/opencc_dict.c [new file with mode: 0644]
src/utils.c [new file with mode: 0644]
src/utils.h [new file with mode: 0644]
src/wrapper/cplusplus/openccxx.h [new file with mode: 0644]
test/Makefile.am [new file with mode: 0644]
test/Makefile.in [new file with mode: 0644]
test/check.sh [new file with mode: 0644]
test/testcases/mix2zhs.ans [new file with mode: 0644]
test/testcases/mix2zhs.in [new file with mode: 0644]
test/testcases/mix2zht.ans [new file with mode: 0644]
test/testcases/mix2zht.in [new file with mode: 0644]
test/testcases/zhs2zht.ans [new file with mode: 0644]
test/testcases/zhs2zht.in [new file with mode: 0644]
test/testcases/zht2zhs.ans [new file with mode: 0644]
test/testcases/zht2zhs.in [new file with mode: 0644]